div#menuGraduateButton {
	background-image: url(images/gradMenuButton.gif);
	background-repeat: no-repeat;
	display: block;
	width: 151px;
	height: 28px;
	position: absolute;
	cursor:pointer;
}

div#menuGraduateButtonOn{
	background-image: url(images/gradMenuButtonOn.gif);
	background-repeat: no-repeat;
	display: block;
	width: 151px;
	height: 28px;
	position: absolute;
	cursor:pointer;
}

div#menuUnderGradButton {
	background-image: url(images/underGradMenuButton.gif);
	background-repeat: no-repeat;
	display: block;
	width: 151px;
	height: 28px;
	position: absolute;
	left: 152px;
	cursor:pointer;
}

div#menuUnderGradButtonOn{
	background-image: url(images/underGradMenuButtonOn.gif);
	background-repeat: no-repeat;
	display: block;
	width: 151px;
	height: 28px;
	position: absolute;
	left: 152px;
	cursor:pointer;
}

div#menuParentButton {
	background-image: url(images/parentMenuButton.gif);
	background-repeat: no-repeat;
	display: block;
	width: 151px;
	height: 28px;
	position: absolute;
	left: 303px;
	cursor:pointer;
}

div#menuParentButtonOn{
	background-image: url(images/parentMenuButtonOn.gif);
	background-repeat: no-repeat;
	display: block;
	width: 151px;
	height: 28px;
	position: absolute;
	left: 303px;
	cursor:pointer;
}

div#menuFinAidButton {
	background-image: url(images/finAidMenuButton.gif);
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 28px;
	position: absolute;
	left: 454px;
	cursor:pointer;
}

div#menuFinAidButtonOn{
	background-image: url(images/finAidMenuButtonOn.gif);
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 28px;
	position: absolute;
	left: 454px;
	cursor:pointer;
}

#menuBar #menuBarDrop {
	background-color: white;
	width: 603px;
	height: 26px;
	position: absolute;
	display: block;
	top: 27px;
}

#menuBarDrop #gradMenu {
	background-color: #1777a1;
	height: 26px;
	width: 603px;
	display: none;
	position: absolute;
	overflow:hidden;
}

#menuBarDrop #underGradMenu {
	background-color: #e6bc39;
	height: 26px;
	width: 603px;
	display: none;
	position: absolute;
	overflow:hidden;
}

#menuBarDrop #parentMenu {
	background-color: #f68934;
	height: 26px;
	width: 603px;
	display: none;
	position: absolute;
	overflow:hidden;
}

#menuBarDrop #finAidMenu {
	background-color: #9d0a0e;
	height: 26px;
	width: 603px;
	display: none;
	position: absolute;
	overflow:hidden;
}

#menuBarDrop .navMenuItem {
	color: white;
	display: inline;
	padding: 5px 10px;
	position: relative;
	top: 3px;
	padding: 20px;
}

#menuBarDrop .navMenuItem a {
	color: white;
	padding: 5px 10px;
	position: relative;
	top: 3px;
	width: 130px;
	padding: 3px;
}

#menuBarDrop .navMenuItem a:hover {
	color: white;
	padding: 5px 10px;
	position: relative;
	top: 3px;
	padding: 3px;
}

#menubar a {
	display: block;
	width:100%; /*width needs to be specified to work in IE*/
	height:100%; /*height needs to be specified to work in IE*/
	/*Other browsers expand the link to full width and height.*/
	line-height:0;
	font-size:0;
}